home *** CD-ROM | disk | FTP | other *** search
/ IQ Digizine 2 / IQ Digizine 2.iso / pc / analfant.dir / 00043_MAID ICON SCRIPT.ls < prev    next >
Encoding:
Text File  |  1997-12-08  |  352 b   |  16 lines

  1. on mouseDown
  2.   puppetSprite(8, 1)
  3.   set the locH of sprite 8 to the locH of sprite 8 + 5
  4.   set the locV of sprite 8 to the locV of sprite 8 + 5
  5.   updateStage()
  6. end
  7.  
  8. on mouseUp
  9.   set the locH of sprite 8 to the locH of sprite 8 - 5
  10.   set the locV of sprite 8 to the locV of sprite 8 - 5
  11.   updateStage()
  12.   puppetSprite(8, 0)
  13.   SetReturn()
  14.   go("S2")
  15. end
  16.